home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / CD-ROM Tutorial.cpt / CD-ROM Tutorial / background_8923.txt < prev    next >
Text File  |  1990-04-04  |  911b  |  46 lines

  1. -- background: 8923 from stack: in
  2. -- bmap block id: 26879
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 14 (button)
  9. -- low flags: 00
  10. -- high flags: 8000
  11. -- rect: left=334 top=299 right=340 bottom=406
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19381 / 19381
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Review
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe right
  23.   go to previous card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 15 (button)
  29. -- low flags: 00
  30. -- high flags: C000
  31. -- rect: left=405 top=298 right=339 bottom=476
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 22308 / 22308
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Continue
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe left
  43.   go to next card
  44. end mouseUp
  45.  
  46.